home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / bbs / c342p22.lha / update.342 < prev   
Text File  |  1994-07-12  |  2KB  |  37 lines

  1.  3.42.P22
  2.    -- Fixed a bug in the delay factor.
  3.       If a user was not logged, the last user's delay, not the default
  4.       was used.
  5.    -- Internal XPR support partially implemented, not operational yet.
  6.    -- Network CPS statistics.  Don't expect Citadel to do 240 cps at
  7.       2400 baud.  Expect half speed, Citadel does a lot of fooling around
  8.       with the data...
  9.    -- added a check for carrier lost in the new user operations.  There
  10.       were a couple of places where a new user could drop carrier and
  11.       hang the BBS.
  12.       Also, a  echo >ctdl-aux:ENDCLI "ENDCLI" should get you back to
  13.       citadel if they are in the door.
  14.    -- updated alot of the messages to make them a little bit more user
  15.       friendly.  Most of the updates came from suggestions from a user
  16.       that spent a fair amount of time looking over the sources....
  17.    -- I started to do the changes for QWK support(special thanks to Gary
  18.       Meadows of Asgard 86).  I thought I would do this release now and
  19.       test those changes in the next one.  There are missing pieces and
  20.       I have to find out what they do...
  21.    -- I ported the 2ndfmt utility to allow me to update the NODE0.RAW
  22.       file in the net area.
  23.    -- fixed a bug in getList, a routine used to get lists of things for
  24.       just about everything.  It had an artificial limit on how long the
  25.       prompt could be.  I had exceeded that and it was trashing the stack.
  26.       I re-wrote it to allocate a buffer, not have one on the stack.
  27.    -- replaced the SAS/C getenv routine with my own.  This solves the
  28.       problem that SNOOPDOS showed where TZ was being hit on many times
  29.       per second.  Now, an environment variable will only get a single
  30.       hit and then it is cached.  This saves several system calls, a CD,
  31.       and an fopen that fails(or succeeds, then a file read).  Will reduce
  32.       the idle CPU usage by a major amount!
  33.    -- Fixed a minor bug, the user count was not incremented for a new
  34.       user.
  35.   Next on the agenda is Page length/Pausing, at least I am investigating
  36.   it...
  37.